Before calling gdk_window_move_resize(), store the full configure
request, not just width and height.
Fixes firefox randomly losing position of its dropdown windows.
https://bugzilla.gnome.org/show_bug.cgi?id=758609
* and gdk_window_resize() below, rather than
* queuing it.
*/
- info->last.configure_request.width = configure_request.width;
- info->last.configure_request.height = configure_request.height;
+ info->last.configure_request = configure_request;
/* and allocate the window - this is normally done
* in move_resize in response to configure notify